

@media(max-width:1599px){
	.marketingPlan .container .pongeimg .title{font-size:24px;}
	.marketingPlan .container ul li .pongetitle span{font-size:18px;}
	.marketingPlan .container ul li .list a .text .title{font-size:16px;}
	.marketingPlan .container ul{}
	.marketingPlan .container .pongeimg .rotate img{width:250px;height:250px;}
	.marketingPlan .container ul li .list a{padding-top:20px;}
	.marketingPlan .container .pongeimg .rotate span{font-size:12px;}
	.marketingPlan .container ul li .list a .text .desc{font-size: 12px;}
}

@-webkit-keyframes progress360{
	0%{-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	10%{-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	20%{-webkit-transform: rotate(90deg);transform: rotate(90deg);}
	30%{-webkit-transform: rotate(90deg);transform: rotate(90deg);}
	40%{-webkit-transform: rotate(180deg);transform: rotate(180deg);}
	50%{-webkit-transform: rotate(180deg);transform: rotate(180deg);}
	60%{-webkit-transform: rotate(270deg);transform: rotate(270deg);}
	70%{-webkit-transform: rotate(270deg);transform: rotate(270deg);}
	80%{-webkit-transform: rotate(360deg);transform: rotate(360deg);}
	90%{-webkit-transform: rotate(360deg);transform: rotate(360deg);}
	100%{-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes progress360{
	0%{-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	10%{-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	20%{-webkit-transform: rotate(90deg);transform: rotate(90deg);}
	30%{-webkit-transform: rotate(90deg);transform: rotate(90deg);}
	40%{-webkit-transform: rotate(180deg);transform: rotate(180deg);}
	50%{-webkit-transform: rotate(180deg);transform: rotate(180deg);}
	60%{-webkit-transform: rotate(270deg);transform: rotate(270deg);}
	70%{-webkit-transform: rotate(270deg);transform: rotate(270deg);}
	80%{-webkit-transform: rotate(360deg);transform: rotate(360deg);}
	90%{-webkit-transform: rotate(360deg);transform: rotate(360deg);}
	100%{-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}

@media (max-width: 1599px){
	.marketingPlan .container ul li{margin-left: 10px;box-shadow: 0px 0px 13.45px 0.55px rgba(0, 0, 0, 0.1);}
	.marketingPlan .container ul li:last-child{margin-right: 0px;}
	.marketingPlan .container ul li .list a .rightj{display: none;}
}

.BrandCustomerWitness{}
.BrandCustomerWitness .container{background: #fff;padding-top: 40px;border-radius:6px;}
.BrandCustomerWitness .container .commonIndexHeaderTop{margin-bottom:20px;padding: 0 30px;}
.BrandCustomerWitness .container .content ul.IntegrationStyle{padding: 0 20px;padding-bottom: 50px;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-flow: wrap;-ms-flex-flow: wrap;flex-flow: wrap;}
.BrandCustomerWitness .container .content ul.IntegrationStyle li{margin-top: 20px;width: 20%;padding: 0 10px;}
.BrandCustomerWitness .container .content ul.IntegrationStyle li a{height: 120px;display: block;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;box-shadow: 0px 0px 8.45px 3.55px rgba(0, 0, 0, 0.05);box-shadow: 0px 0px 13.45px 0.55px rgba(0, 0, 0, 0.1);}
.BrandCustomerWitness .container .content ul.IntegrationStyle li a .img{width: 100%;height: 100%;display: block;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
.BrandCustomerWitness .container .content ul.IntegrationStyle li a:hover .img img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.BrandCustomerWitness .container .content ul.IntegrationStyle li a .img img{-webkit-transition: 0.5s ease all;transition: 0.5s ease all;}
.BrandCustomerWitness .container .content ul.SiteStyle{padding: 0 10px;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-flow: wrap;-ms-flex-flow: wrap;flex-flow: wrap;padding-bottom: 80px;}
.BrandCustomerWitness .container .content ul.SiteStyle li{margin-top: 40px;padding: 0 20px;width: 33.333333333333336%;}
.BrandCustomerWitness .container .content ul.SiteStyle li .parent{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}
.BrandCustomerWitness .container .content ul.SiteStyle li .parent .img{overflow: hidden;}
.BrandCustomerWitness .container .content ul.SiteStyle li .parent .img a{display:block;}
.BrandCustomerWitness .container .content ul.SiteStyle li .parent .img a img{width:100%;height:100%;display:block;}
.BrandCustomerWitness .container .content ul.SiteStyle li .parent .img a:hover img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.BrandCustomerWitness .container .content ul.SiteStyle li .parent .img a img{-webkit-transition: 0.5s ease all;transition: 0.5s ease all;}
.BrandCustomerWitness .container .content ul.SiteStyle li .parent:hover .text .title{color: #2897c2;}
.BrandCustomerWitness .container .content ul.SiteStyle li .parent .text{padding: 15px 28px;border: 1px solid #e3e3e3;}
.BrandCustomerWitness .container .content ul.SiteStyle li .parent .text .title a{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-transition: 0.5s ease all;transition: 0.5s ease all;-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;padding-bottom: 20px;font-size: 18px;color: #1c1c1c;border-bottom: 1px solid #e3e3e3;}
.BrandCustomerWitness .container .content ul.SiteStyle li .parent .text .title a:hover{color: #2897c2;}
.BrandCustomerWitness .container .content ul.SiteStyle li .parent .text .title a:hover .write{-webkit-transform: translateX(-10px);-ms-transform: translateX(-10px);transform: translateX(-10px);}
.BrandCustomerWitness .container .content ul.SiteStyle li .parent .text .title a:hover .write img:nth-of-type(1){display: none;}
.BrandCustomerWitness .container .content ul.SiteStyle li .parent .text .title a:hover .write img:nth-of-type(2){display: block;}
.BrandCustomerWitness .container .content ul.SiteStyle li .parent .text .title .write{-webkit-transition: 0.5s ease all;transition: 0.5s ease all;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
.BrandCustomerWitness .container .content ul.SiteStyle li .parent .text .title .write img:nth-of-type(1){display: block;}
.BrandCustomerWitness .container .content ul.SiteStyle li .parent .text .title .write img:nth-of-type(2){display: none;}
.BrandCustomerWitness .container .content ul.SiteStyle li .parent .text .desc{margin-top: 15px;color: #7c7c7c;font-size: 14px;}
.BrandCustomerWitness .container .content .SeoStyle .listTop{padding: 60px 0;padding-top:20px;}
.BrandCustomerWitness .container .content .SeoStyle .listTop ul{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}
.BrandCustomerWitness .container .content .SeoStyle .listTop ul li{width: 50%;padding: 0 30px;}
.BrandCustomerWitness .container .content .SeoStyle .listTop ul li .parent{box-shadow: 0px 0px 8.45px 3.55px rgba(0, 0, 0, 0.05);display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;position: relative;}
.BrandCustomerWitness .container .content .SeoStyle .listTop ul li .parent::before{position: absolute;width: 0;height: 2px;background: #2897c2;-webkit-transition: 0.5s ease all;transition: 0.5s ease all;left: 0;bottom: 0;content: '';}
.BrandCustomerWitness .container .content .SeoStyle .listTop ul li .parent:hover::before{width: 100%;}
.BrandCustomerWitness .container .content .SeoStyle .listTop ul li .parent .img{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;border-right: 1px solid #e5e5e5;}
.BrandCustomerWitness .container .content .SeoStyle .listTop ul li .parent .img a{width: 250px;padding: 0 20px;height: 100%;display: block;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;overflow: hidden;}
.BrandCustomerWitness .container .content .SeoStyle .listTop ul li .parent .img a:hover img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.BrandCustomerWitness .container .content .SeoStyle .listTop ul li .parent .img img{-webkit-transition: 0.5s ease all;transition: 0.5s ease all;}
.BrandCustomerWitness .container .content .SeoStyle .listTop ul li .parent .text{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;padding-left: 25px;padding-top: 20px;padding-bottom: 10px;padding-right: 20px;}
.BrandCustomerWitness .container .content .SeoStyle .listTop ul li .parent .text .title a{-webkit-transition: 0.5s ease all;transition: 0.5s ease all;display: block;font-size: 20px;color: #333;padding-bottom: 13px;position: relative;}
.BrandCustomerWitness .container .content .SeoStyle .listTop ul li .parent .text .title a h3{font-size: 20px;}
.BrandCustomerWitness .container .content .SeoStyle .listTop ul li .parent .text .title a:hover{color: #2897c2;}
.BrandCustomerWitness .container .content .SeoStyle .listTop ul li .parent .text .title a::before{position: absolute;left: 0;bottom: 0;content: '';width: 30px;height: 1px;background: #333333;}
.BrandCustomerWitness .container .content .SeoStyle .listTop ul li .parent .text .desc{height: 56px;color: #999999;font-size: 14px;overflow: hidden;line-height: 28px;margin: 12px 0 18px;}
.BrandCustomerWitness .container .content .SeoStyle .listTop ul li .parent .text .link{line-height: 40px;}
.BrandCustomerWitness .container .content .SeoStyle .listTop ul li .parent .text .link a{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;width: 100%;}
.BrandCustomerWitness .container .content .SeoStyle .listTop ul li .parent .text .link a:hover span:nth-of-type(1){color: #2897c2;}
.BrandCustomerWitness .container .content .SeoStyle .listTop ul li .parent .text .link a:hover span.write{-webkit-transform: translateX(-10px);-ms-transform: translateX(-10px);transform: translateX(-10px);}
.BrandCustomerWitness .container .content .SeoStyle .listTop ul li .parent .text .link a:hover span img:nth-of-type(1){display: none;}
.BrandCustomerWitness .container .content .SeoStyle .listTop ul li .parent .text .link a:hover span img:nth-of-type(2){display: block;}
.BrandCustomerWitness .container .content .SeoStyle .listTop ul li .parent .text .link a span{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;-webkit-transition: 0.5s ease all;transition: 0.5s ease all;}
.BrandCustomerWitness .container .content .SeoStyle .listTop ul li .parent .text .link a span:nth-of-type(1){font-size: 12px;color: #666666;}
.BrandCustomerWitness .container .content .SeoStyle .listTop ul li .parent .text .link a span img{-webkit-transition: 0.5s ease all;transition: 0.5s ease all;transition: 0.5s ease all;}
.BrandCustomerWitness .container .content .SeoStyle .listTop ul li .parent .text .link a span img:nth-of-type(1){display: block;}
.BrandCustomerWitness .container .content .SeoStyle .listTop ul li .parent .text .link a span img:nth-of-type(2){display: none;}
.BrandCustomerWitness .container .content .SeoStyle .bottomTop{padding: 0 20px;padding-bottom: 60px;}
.BrandCustomerWitness .container .content .SeoStyle .bottomTop ul{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-flow: wrap;-ms-flex-flow: wrap;flex-flow: wrap;}
.BrandCustomerWitness .container .content .SeoStyle .bottomTop ul li{padding: 0 10px;width: 20%;height: 120px;margin-bottom: 20px;}
.BrandCustomerWitness .container .content .SeoStyle .bottomTop ul li a{height: 100%;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;box-shadow: 0px 0px 8.45px 3.55px rgba(0, 0, 0, 0.05);}
.BrandCustomerWitness .container .content .SeoStyle .bottomTop ul li a:hover img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.BrandCustomerWitness .container .content .SeoStyle .bottomTop ul li a img{-webkit-transition: 0.5s ease all;transition: 0.5s ease all;}

.BrandCustomerWitness1{}
.BrandCustomerWitness1 .container{background: #fff;padding-top: 40px;border-radius:6px;}
.BrandCustomerWitness1 .container .commonIndexHeaderTop{margin-bottom:20px;padding: 0 30px;}
.BrandCustomerWitness1 .container .content ul.IntegrationStyle{padding: 0 20px;padding-bottom: 50px;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-flow: wrap;-ms-flex-flow: wrap;flex-flow: wrap;}
.BrandCustomerWitness1 .container .content ul.IntegrationStyle li{margin-top: 20px;width: 20%;padding: 0 10px;}
.BrandCustomerWitness1 .container .content ul.IntegrationStyle li a{height: 120px;display: block;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;box-shadow: 0px 0px 8.45px 3.55px rgba(0, 0, 0, 0.05);box-shadow: 0px 0px 13.45px 0.55px rgba(0, 0, 0, 0.1);}
.BrandCustomerWitness1 .container .content ul.IntegrationStyle li a .img{width: 100%;height: 100%;display: block;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
.BrandCustomerWitness1 .container .content ul.IntegrationStyle li a:hover .img img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.BrandCustomerWitness1 .container .content ul.IntegrationStyle li a .img img{-webkit-transition: 0.5s ease all;transition: 0.5s ease all;}
.BrandCustomerWitness1 .container .content ul.SiteStyle{padding: 0 10px;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-flow: wrap;-ms-flex-flow: wrap;flex-flow: wrap;padding-bottom: 80px;}
.BrandCustomerWitness1 .container .content ul.SiteStyle li{margin-top: 40px;padding: 0 20px;width: 33.333333333333336%;}
.BrandCustomerWitness1 .container .content ul.SiteStyle li .parent{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}
.BrandCustomerWitness1 .container .content ul.SiteStyle li .parent .img{overflow: hidden;}
.BrandCustomerWitness1 .container .content ul.SiteStyle li .parent .img a{display:block;}
.BrandCustomerWitness1 .container .content ul.SiteStyle li .parent .img a img{width:100%;height:100%;display:block;}
.BrandCustomerWitness1 .container .content ul.SiteStyle li .parent .img a:hover img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.BrandCustomerWitness1 .container .content ul.SiteStyle li .parent .img a img{-webkit-transition: 0.5s ease all;transition: 0.5s ease all;}
.BrandCustomerWitness1 .container .content ul.SiteStyle li .parent:hover .text .title{color: #2897c2;}
.BrandCustomerWitness1 .container .content ul.SiteStyle li .parent .text{padding: 15px 28px;border: 1px solid #e3e3e3;}
.BrandCustomerWitness1 .container .content ul.SiteStyle li .parent .text .title a{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-transition: 0.5s ease all;transition: 0.5s ease all;-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;padding-bottom: 20px;font-size: 18px;color: #1c1c1c;border-bottom: 1px solid #e3e3e3;}
.BrandCustomerWitness1 .container .content ul.SiteStyle li .parent .text .title a:hover{color: #2897c2;}
.BrandCustomerWitness1 .container .content ul.SiteStyle li .parent .text .title a:hover .write{-webkit-transform: translateX(-10px);-ms-transform: translateX(-10px);transform: translateX(-10px);}
.BrandCustomerWitness1 .container .content ul.SiteStyle li .parent .text .title a:hover .write img:nth-of-type(1){display: none;}
.BrandCustomerWitness1 .container .content ul.SiteStyle li .parent .text .title a:hover .write img:nth-of-type(2){display: block;}
.BrandCustomerWitness1 .container .content ul.SiteStyle li .parent .text .title .write{-webkit-transition: 0.5s ease all;transition: 0.5s ease all;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
.BrandCustomerWitness1 .container .content ul.SiteStyle li .parent .text .title .write img:nth-of-type(1){display: block;}
.BrandCustomerWitness1 .container .content ul.SiteStyle li .parent .text .title .write img:nth-of-type(2){display: none;}
.BrandCustomerWitness1 .container .content ul.SiteStyle li .parent .text .desc{margin-top: 15px;color: #7c7c7c;font-size: 14px;}
.BrandCustomerWitness1 .container .content .SeoStyle .listTop{padding: 60px 0;padding-top:20px;}
.BrandCustomerWitness1 .container .content .SeoStyle .listTop ul{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}
.BrandCustomerWitness1 .container .content .SeoStyle .listTop ul li{width: 50%;padding: 0 30px;}
.BrandCustomerWitness1 .container .content .SeoStyle .listTop ul li .parent{box-shadow: 0px 0px 8.45px 3.55px rgba(0, 0, 0, 0.05);display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;position: relative;background:#fff;border-radius:6px;}
.BrandCustomerWitness1 .container .content .SeoStyle .listTop ul li .parent::before{position: absolute;width: 0;height: 2px;background: #2897c2;-webkit-transition: 0.5s ease all;transition: 0.5s ease all;left: 0;bottom: 0;content: '';}
.BrandCustomerWitness1 .container .content .SeoStyle .listTop ul li .parent:hover::before{width: 100%;}
.BrandCustomerWitness1 .container .content .SeoStyle .listTop ul li .parent .img{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;border-right: 1px solid #e5e5e5;}
.BrandCustomerWitness1 .container .content .SeoStyle .listTop ul li .parent .img a{width: 250px;height: 100%;display: block;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;overflow: hidden;border-radius:6px;}
.BrandCustomerWitness1 .container .content .SeoStyle .listTop ul li .parent .img a:hover img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.BrandCustomerWitness1 .container .content .SeoStyle .listTop ul li .parent .img img{-webkit-transition: 0.5s ease all;transition: 0.5s ease all;}
.BrandCustomerWitness1 .container .content .SeoStyle .listTop ul li .parent .text{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;padding-left: 25px;padding-top: 20px;padding-bottom: 10px;padding-right: 20px;}
.BrandCustomerWitness1 .container .content .SeoStyle .listTop ul li .parent .text .title a{-webkit-transition: 0.5s ease all;transition: 0.5s ease all;display: block;font-size: 20px;color: #333;padding-bottom: 13px;position: relative;}
.BrandCustomerWitness1 .container .content .SeoStyle .listTop ul li .parent .text .title a h3{font-size: 20px;}
.BrandCustomerWitness1 .container .content .SeoStyle .listTop ul li .parent .text .title a:hover{color: #2897c2;}
.BrandCustomerWitness1 .container .content .SeoStyle .listTop ul li .parent .text .title a::before{position: absolute;left: 0;bottom: 0;content: '';width: 30px;height: 1px;background: #333333;}
.BrandCustomerWitness1 .container .content .SeoStyle .listTop ul li .parent .text .desc{height: 56px;color: #999999;font-size: 14px;overflow: hidden;line-height: 28px;margin: 12px 0 18px;}
.BrandCustomerWitness1 .container .content .SeoStyle .listTop ul li .parent .text .link{line-height: 40px;}
.BrandCustomerWitness1 .container .content .SeoStyle .listTop ul li .parent .text .link a{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;width: 100%;}
.BrandCustomerWitness1 .container .content .SeoStyle .listTop ul li .parent .text .link a:hover span:nth-of-type(1){color: #2897c2;}
.BrandCustomerWitness1 .container .content .SeoStyle .listTop ul li .parent .text .link a:hover span.write{-webkit-transform: translateX(-10px);-ms-transform: translateX(-10px);transform: translateX(-10px);}
.BrandCustomerWitness1 .container .content .SeoStyle .listTop ul li .parent .text .link a:hover span img:nth-of-type(1){display: none;}
.BrandCustomerWitness1 .container .content .SeoStyle .listTop ul li .parent .text .link a:hover span img:nth-of-type(2){display: block;}
.BrandCustomerWitness1 .container .content .SeoStyle .listTop ul li .parent .text .link a span{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;-webkit-transition: 0.5s ease all;transition: 0.5s ease all;}
.BrandCustomerWitness1 .container .content .SeoStyle .listTop ul li .parent .text .link a span:nth-of-type(1){font-size: 12px;color: #666666;}
.BrandCustomerWitness1 .container .content .SeoStyle .listTop ul li .parent .text .link a span img{-webkit-transition: 0.5s ease all;transition: 0.5s ease all;transition: 0.5s ease all;}
.BrandCustomerWitness1 .container .content .SeoStyle .listTop ul li .parent .text .link a span img:nth-of-type(1){display: block;}
.BrandCustomerWitness1 .container .content .SeoStyle .listTop ul li .parent .text .link a span img:nth-of-type(2){display: none;}
.BrandCustomerWitness1 .container .content .SeoStyle .bottomTop{padding: 0 20px;padding-bottom: 60px;}
.BrandCustomerWitness1 .container .content .SeoStyle .bottomTop ul{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-flow: wrap;-ms-flex-flow: wrap;flex-flow: wrap;}
.BrandCustomerWitness1 .container .content .SeoStyle .bottomTop ul li{padding: 0 10px;width: 20%;height: 120px;margin-bottom: 20px;}
.BrandCustomerWitness1 .container .content .SeoStyle .bottomTop ul li a{height: 100%;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;box-shadow: 0px 0px 8.45px 3.55px rgba(0, 0, 0, 0.05);}
.BrandCustomerWitness1 .container .content .SeoStyle .bottomTop ul li a:hover img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.BrandCustomerWitness1 .container .content .SeoStyle .bottomTop ul li a img{-webkit-transition: 0.5s ease all;transition: 0.5s ease all;}

.InstituteOfMarketing .container{padding-top: 40px;padding-bottom: 40px;background: #fff;}
.InstituteOfMarketing .content,
.InstituteOfMarketing .commonIndexHeaderTop{padding: 0 30px;}
.InstituteOfMarketing .content{margin-top: 20px;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}
.InstituteOfMarketing .pongeImg{margin-right: 100px;width: 630px;}
.InstituteOfMarketing .pongeImg a{width: 100%;display: block;}
.InstituteOfMarketing .pongeImg a:hover .img img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.InstituteOfMarketing .pongeImg a .img{overflow: hidden;}
.InstituteOfMarketing .pongeImg a .img > img{-webkit-transition: 0.5s ease all;width:630px;height:450px;display:block;transition: 0.5s ease all;}
.InstituteOfMarketing .pongeImg a:hover .img .text .title{color: #2897c2;}
.InstituteOfMarketing .pongeImg a:hover .img .text span img:nth-of-type(1){display: none;}
.InstituteOfMarketing .pongeImg a:hover .img .text span img:nth-of-type(2){display: block;}
.InstituteOfMarketing .pongeImg a .img{position: relative;width: 630px;}
.InstituteOfMarketing .pongeImg a .img .text{padding: 30px 30px;bottom: 0;left: 0;right: 0;width: 100%;margin: auto;height: 130px;background: rgba(0, 0, 0, 0.8);position: absolute;}
.InstituteOfMarketing .pongeImg a .img .text .title{-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;font-size: 18px;color: #fff;-webkit-transition: 0.5s ease all;transition: 0.5s ease all;margin-bottom: 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.InstituteOfMarketing .pongeImg a .img .text .title span{display: block;}
.InstituteOfMarketing .pongeImg a .img .text .title span:nth-of-type(1){width: 350px;}
.InstituteOfMarketing .pongeImg a .img .text span img:nth-of-type(1){display: block;}
.InstituteOfMarketing .pongeImg a .img .text span img:nth-of-type(2){display: none;}
.InstituteOfMarketing .pongeImg a .img .text .desc{width: 490px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;font-size: 14px;color: #fff;}
.InstituteOfMarketing ul{margin-bottom: 20px;-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;}
.InstituteOfMarketing ul li:last-child a{padding-bottom: 0;border-bottom: 0;}
.InstituteOfMarketing ul li:first-child a{padding-top: 0;}
.InstituteOfMarketing ul li a{padding: 18px 0;border-bottom: 1px solid #efefef;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.InstituteOfMarketing ul li a:hover .text .title{color: #2897c2;}
.InstituteOfMarketing ul li a:hover .text .desc{color: #2897c2;}
.InstituteOfMarketing ul li a:hover .date{background: url(../images/fbe0f93ace41e8afe754e8738af48483.jpg) center center no-repeat;background-size: cover;}
.InstituteOfMarketing ul li a:hover .date .day{color: #fff;}
.InstituteOfMarketing ul li a:hover .date .year{color: #fff;}
.InstituteOfMarketing ul li a:hover .title{color: #2897c2;}
.InstituteOfMarketing ul li a:hover .img img:nth-of-type(1){display: none;}
.InstituteOfMarketing ul li a:hover .img img:nth-of-type(2){display: block;}
.InstituteOfMarketing ul li a .date{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;margin-right: 20px;width: 60px;height: 60px;background: #e6e6e6;}
.InstituteOfMarketing ul li a .date .day{color: #7e7e7e;font-size: 30px;line-height: 1;}
.InstituteOfMarketing ul li a .date .year{color: #7e7e7e;font-size: 12px;}
.InstituteOfMarketing ul li a .text{width: 520px;}
.InstituteOfMarketing ul li a .text .title{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;-webkit-transition: 0.5s ease all;transition: 0.5s ease all;color: #1f1f1f;font-size: 18px;}
.InstituteOfMarketing ul li a .text .title h3{font-size: 18px;}
.InstituteOfMarketing ul li a .text .desc{overflow: hidden;display: block;text-overflow: ellipsis;white-space: nowrap;font-size: 14px;color: #7e7e7e;margin-top: 10px;}
.InstituteOfMarketing ul li a .img{margin-left: auto;}
.InstituteOfMarketing ul li a .img img:nth-of-type(1){display: block;}
.InstituteOfMarketing ul li a .img img:nth-of-type(2){display: none;}
@media (max-width: 1599px){
	.InstituteOfMarketing ul{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;min-width: 0;}
	.InstituteOfMarketing ul li a .text{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;width: auto;min-width: 0;}
	.InstituteOfMarketing .pongeImg{margin-right: 20px;}
	.InstituteOfMarketing ul li a .text{padding-right: 20px;}
}

.ContactUs{margin-top: 30px;}
.ContactUs .container{padding: 0;background: #fff;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}
.ContactUs .form{padding-top: 55px;background: url(../images/2298308bb64499233d27752e27cf6cd9.jpg) center center no-repeat;background-size: cover;width: 670px;}
.ContactUs .form form{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.ContactUs .form form .title{margin-bottom: 40px;text-align: center;font-size: 36px;color: #fff;font-weight: bold;position: relative;padding-bottom: 12px;}
.ContactUs .form form .title::after{position: absolute;left: 0;right: 0;bottom: 0;width: 60px;height: 2px;content: '';margin: auto;background: #fff;}
.ContactUs .form form .submit{width: 100%;margin-top: 20px;}
.ContactUs .form form .submit input{outline: none;border: 0;background: url(../images/be91e48dae96888ef374df4c232e9bf7.png) center center no-repeat;width: 100%;height: 60px;font-size: 18px;color: #ffffff;}
.ContactUs .form form .styleblock{margin-bottom: 20px;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;width: 550px;height: 60px;background: rgba(255, 255, 255, 0.3);}
.ContactUs .form form .styleblock .img{padding-left: 20px;margin-right: 15px;}
.ContactUs .form form .styleblock select{outline: none;-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;height: 100%;background: none;color: #fff;border: 0;font-size: 16px;text-indent: 0.01px;background: url(../images/d55e47653f701477af250e1122bcb83a.png) no-repeat right center;background-position: right 20px center;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.ContactUs .form form .styleblock option{outline: none;font-size: 16px;color:[field:title/];border: 0;}
.ContactUs .form form .styleblock input{outline: none;-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;padding-right: 20px;color: #fff;background: none;font-size: 16px;border: 0;}
.ContactUs .form form .styleblock input::-webkit-input-placeholder{color: #fff;}
.ContactUs .form form .styleblock input::-moz-placeholder{/* Mozilla Firefox 19+*/color: #fff;}
.ContactUs .form form .styleblock input:-moz-placeholder{/* Mozilla Firefox 4 to 18*/color: #fff;}
.ContactUs .form form .styleblock input:-ms-input-placeholder{/* Internet Explorer 10-11*/color: #fff;}
.ContactUs .concat{padding-top: 55px;text-align: center;-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;}
.ContactUs .concat .title{font-size: 36px;padding-bottom: 12px;color: #1d1d1d;font-weight: bold;position: relative;text-align: center;}
.ContactUs .concat .title::after{position: absolute;left: 0;right: 0;bottom: 0;width: 60px;height: 2px;content: '';margin: auto;background: #2898c2;}
.ContactUs .concat .desc{width: 360px;margin: 0 auto;text-align: center;font-size: 18px;color: #1f1f1f;margin-top: 20px;margin-bottom: 40px;}
.ContactUs .concat .subdesc{font-size: 14px;color: #7d7d7d;}
.ContactUs .concat ul{padding-bottom: 60px;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;margin-top: 80px;}
.ContactUs .concat ul li{margin-left: 40px;box-shadow: 0px 0px 10.45px 5.55px rgba(0, 0, 0, 0.1);width: 250px;height: 240px;padding-top: 45px;position: relative;}
.ContactUs .concat ul li .img{margin-bottom: 25px;}
.ContactUs .concat ul li .name{font-size: 14px;color: #242424;margin-bottom: 20px;}
.ContactUs .concat ul li .con{width: 180px;text-align: center;margin: 0 auto;}
.ContactUs .concat ul li::after{position: absolute;width: 100%;content: '';height: 4px;background: url(../images/b664a5b4fd93bc793b915684d6d715be.png) center center no-repeat;background-size: cover;bottom: 0;left: 0;right: 0;margin: auto;}
@media (max-width: 1599px){
	.ContactUs .form{width: auto;}
	.ContactUs .form form .styleblock{width: 100%;}
	.ContactUs .concat{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;}
	.ContactUs .form{padding-left: 20px;padding-right: 20px;}
	.ContactUs .concat ul li:last-child{margin-right: 40px;}
	.ContactUs .concat ul li{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;width: auto;}
	.ContactUs .form{padding-left: 40px;padding-right: 40px;}
}

.commonIndexHeaderTop .title{color: #1b1b1b;font-weight: bold;font-size: 36px;padding-bottom: 15px;position: relative;}
.commonIndexHeaderTop .desc{font-size: 14px;color: #828282;margin-top: 15px;margin-bottom: 40px;}
.commonIndexHeaderTop .navlist{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;}
.commonIndexHeaderTop .navlist .left ul{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}
.commonIndexHeaderTop .navlist .left ul li{cursor: pointer;margin-right: 10px;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;background: #ededed;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;width: 150px;height: 50px;border-radius:26px;}
.commonIndexHeaderTop .navlist .left ul li.active, .commonIndexHeaderTop .navlist .left ul li:hover{background:linear-gradient(210deg,#148ba9,#2AB9C9); color: #fff;}
.commonIndexHeaderTop .navlist .left ul li.active .text, .commonIndexHeaderTop .navlist .left ul li:hover .text{color: #fff;}
.commonIndexHeaderTop .navlist .left ul li.active .img img:nth-of-type(1), .commonIndexHeaderTop .navlist .left ul li:hover .img img:nth-of-type(1){display: none;}
.commonIndexHeaderTop .navlist .left ul li.active .img img:nth-of-type(2), .commonIndexHeaderTop .navlist .left ul li:hover .img img:nth-of-type(2){display: block;}
.commonIndexHeaderTop .navlist .left ul li .img{-webkit-transition: 0.5s ease all;transition: 0.5s ease all;margin-right: 6px;}
.commonIndexHeaderTop .navlist .left ul li .img img:nth-of-type(1){display: block;}
.commonIndexHeaderTop .navlist .left ul li .img img:nth-of-type(2){display: none;}
.commonIndexHeaderTop .navlist .left ul li .text{color: #202020;font-size: 16px;}

.new_ContactUs{margin-top: 50px;}
.new_ContactUs .container{padding:0;display: flex;}
.new_ContactUs .left{width: 50%;background: url(../images/home_add.jpg) center center no-repeat;background-size: cover;position: relative;}
.new_ContactUs .left .contentBlock{background: #333;max-width: auto;width:100%;position: absolute;padding: 0 40px;bottom: 0;right: 0;padding: 0 6%;}
.new_ContactUs .left .contentBlock ul{display: flex;}
.new_ContactUs .left .contentBlock ul li{flex: 1;display: flex;flex-direction: column;align-items: center;padding: 30px 20px;}
.new_ContactUs .left .contentBlock ul li .en{font-size: 17px;color: #fff;margin-bottom: 10px;}
.new_ContactUs .left .contentBlock ul li .text{margin: 15px auto 0;max-width: 160px;line-height: 18px;font-size: 13px;color: #eeeeee;text-align: center;}
.new_ContactUs .right{width: 50%;padding: 60px 50px;background: #fff;}
.new_ContactUs .right .title{color: #333333;}
.new_ContactUs .right .desc{margin-top: 25px;font-size: 18px;color: #666;margin-bottom:0;}
.new_ContactUs .right .en{margin-top: 10px;color: #999999;font-size: 12px;font-size: 10px;text-transform: uppercase;}
.new_ContactUs .right .form{margin-top: 40px;}
.new_ContactUs .right .form form{display: flex;flex-flow: wrap;}
.new_ContactUs .right .form .styleblock{margin-bottom: 30px;width: 50%;padding-right: 20px;}
.new_ContactUs .right .form .styleblock:nth-of-type(2n+0){padding-right: 0;padding-left: 20px;}
.new_ContactUs .right .form .styleblock .parent{background: #eeeeee;display: flex;width: 100%;line-height: 30px;height: 60px;border: none;font-size: 16px;color: #333;justify-content: space-between;}
.new_ContactUs .right .form .styleblock .parent > input{outline: none;flex: 1;padding-left: 20px;min-width: 0;padding-right: 10px;border: 0;background: none;color: #333;}
.new_ContactUs .right .form .styleblock .iconimg{display: flex;align-items: center;justify-content: center;margin-right: 20px;}
.new_ContactUs .right .form .styleblock .text{font-size: 16px;color: #666;line-height: 60px;height: 60px;padding-left: 20px;}
.new_ContactUs .right .form .submit{width: 100%;background:linear-gradient(210deg,#148ba9,#2AB9C9); color: #fff;}
.new_ContactUs .right .form .submit input{outline: none;border: 0;background: none;color: #fff;text-align: center;flex: 1;height: 54px;width: 100%;}
.new_ContactUs .right .form .checkbox .parent{cursor: pointer;position: relative;}
.new_ContactUs .right .form .checkbox .parent .block{display: flex;width: 100%;justify-content: space-between;}
.new_ContactUs .right .form .checkbox .parent ul{position: absolute;display: none;width: 100%;top: 100%;left:0;border: 1px solid #c5c5c5;background: #fff;border-radius: 0 0 5px 5px;}
.new_ContactUs .right .form .checkbox .parent ul li{display: flex;align-items: center;padding: 0px 10px;cursor: pointer;transition: 0.3s ease all;}
.new_ContactUs .right .form .checkbox .parent ul li:hover{background: #ededed;}
.new_ContactUs .right .form .checkbox .parent ul li input{cursor: pointer;position: absolute !important;opacity:0 !important;}
.new_ContactUs .right .form .checkbox .parent ul li label{cursor: pointer;margin-bottom: 0;margin-left: 5px;flex: 1;min-width: 0;font-size: 14px;}
@media (max-width: 1599px){
	.new_ContactUs .left .contentBlock ul li{padding: 60px 10px;}
	.new_ContactUs .right .form .styleblock{padding-right: 10px;}
	.new_ContactUs .right .form .styleblock:nth-of-type(2n+0){padding-left: 10px;}
	.new_ContactUs .right .form .styleblock{margin-bottom: 20px;}
	.new_ContactUs .right .form .styleblock .iconimg{margin-right: 10px;}
	.commonIndexHeaderTop .title{font-size:24px;}
}

/* 新增1*/
.marketingPlan .container{background-image: url(../images/jiopksd.jpg);}
.marketingPlan .enBg{opacity: 0.4;}
.marketingPlan .enBg img{display: block;}
.marketingPlan .contentChildren{flex: 1;min-width: 0;display: flex;flex-direction: column;}
.marketingPlan .contentChildren .enBg{/* display: flex;align-items: center;justify-content: center;*/padding-left: 40px;}
.marketingPlan .contentChildren ul{padding-top: 20px;}
.marketingPlan .container .contentBlock{padding-top: 30px;}

@media (max-width: 1599px){
	.marketingPlan .container .contentBlock{padding-top: 122px;}
	.marketingPlan .container{background-size: 100% auto;}
	.marketingPlan .container .pongeimg{width: 300px;}
	.marketingPlan .container .contentBlock{padding-right: 30px;}
	.marketingPlan .container ul li .pongetitle span{width: 100px;}
	.marketingPlan .container ul li .pongetitle span{height: 40px;}
	.marketingPlan .container ul li .pongetitle{height: 40px;}
	.marketingPlan .contentChildren ul{padding-left: 30px;}
	.marketingPlan .contentChildren .enBg{padding-left: 40px;height:104px;}
	.marketingPlan .container .contentBlock{padding-right: 30px;padding-left: 30px;}
	.marketingPlan .contentChildren ul{padding-left: 20px;}
	.marketingPlan .container ul li{margin-left: 20px;}
	.marketingPlan .container .pongeimg .rotate img{width: 280px;height: 280px;}
	.marketingPlan .container ul li .list a .img img{width:28px;}
	.marketingPlan .container ul li .list a .text .desc{}
	.marketingPlan .container ul li .list a .text .desc{padding-right:10px;}
	.marketingPlan .container .pongeimg .CommonIndexMore{margin-top:20px;margin-bottom:0;}
	.marketingPlan .container .pongeimg .desc{margin-bottom:20px;}
	.marketingPlan .container .pongeimg{}
	.BrandCustomerWitness .container .content ul.IntegrationStyle li a .img{width:70%;}
	.new_ContactUs .left .contentBlock{width:485px;padding:0 4%;}
	.new_ContactUs .left .contentBlock ul li{padding-left:0;padding-right:0;}
}

.footer{}

.NewSiteStyle{display: flex;flex-flow: wrap;padding: 0 30px;margin-top:20px;}
.NewSiteStyle li{margin-right: 40px;margin-bottom: 40px;background:#fff;border-radius:6px;}
.NewSiteStyle li:nth-of-type(3n+0){margin-right: 0;}
.NewSiteStyle li .parent .img{background: linear-gradient(-45deg, #004776 0%,[field:title/]000 100%);position: relative;text-align: center;overflow: hidden;background: linear-gradient(-45deg, #004776 0%,[field:title/]000 100%);border-radius:6px;}
.NewSiteStyle li .parent .img a{display: block;}
.NewSiteStyle li .parent .img a:hover img{transform: scale3d(1.05, 1.05, 1);opacity: 0.3;}
.NewSiteStyle li .parent .img a:hover figcaption::after{transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);opacity: 0.8;}
.NewSiteStyle li .parent .img a:hover figcaption p{transform: scale3d(1, 1, 1);opacity: 1;}
.NewSiteStyle li .parent .img a img{width: 480px;height: 420px;transition: opacity 0.35s, transform 0.35s;display: block;}
.NewSiteStyle li .parent .img a figcaption{position: absolute;top: -15%;left: -15%;width: 130%;height: 130%;color: #fff;text-transform: uppercase;backface-visibility: hidden;}
.NewSiteStyle li .parent .img a figcaption::after{position: absolute;top: 0;left: 0;width: 100%;height: 100%;border-top: 1px solid #fff;border-bottom: 1px solid #fff;content: "";opacity: 0;-webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);-webkit-transform-origin: 50% 50%;transform-origin: 50% 50%;transition: opacity 0.35s, transform 0.35s;}
.NewSiteStyle li .parent .img a figcaption p{position: absolute;top: 50%;transition: opacity 0.35s, transform 0.35s;left: 0;width: 100%;line-height: 30px;margin-top: -15px;text-transform: uppercase;font-size: 10px;opacity: 0;transform: scale3d(0.8, 0.8, 1);}
.NewSiteStyle li .parent .text a{padding: 20px 25px 0;display: block;border: 1px solid #f5f5f5;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;}
.NewSiteStyle li .parent .text a:hover{opacity: 1;transform: scale3d(1, 1, 1);}
.NewSiteStyle li .parent .text a:hover .more .write{transform: translateX(-20px);}
.NewSiteStyle li .parent .text a:hover .more .write img:nth-of-type(1){display: none;}
.NewSiteStyle li .parent .text a:hover .more .write img:nth-of-type(2){display: block;}
.NewSiteStyle li .parent .text a:hover .title{color: #2897c2;}
.NewSiteStyle li .parent .text a:hover .position{color: #2897c2;}
.NewSiteStyle li .parent .text a:hover .more{color: #2897c2;}
.NewSiteStyle li .parent .text a .title{font-size: 20px;color: #333333;transition: opacity 0.35s, transform 0.35s;transition: 0.3s ease all;}
.NewSiteStyle li .parent .text a .title h3{font-size: 20px;width: 294px;}
.NewSiteStyle li .parent .text a .position{font-size: 15px;transition: 0.3s ease all;color: #999999;margin: 12px 0 20px;}
.NewSiteStyle li .parent .text a .more{border-top: 1px solid #e0e0e0;line-height: 42px;position: relative;font-size: 13px;display: flex;justify-content: space-between;color: #666;align-items: center;}
.NewSiteStyle li .parent .text a .more .write{transition: opacity 0.35s, transform 0.35s;}
.NewSiteStyle li .parent .text a .more .write img:nth-of-type(1){display: block;}
.NewSiteStyle li .parent .text a .more .write img:nth-of-type(2){display: none;}
@media (min-width:1600px) and (max-width:1617px){
	.NewSiteStyle{justify-content: space-between;}
	.NewSiteStyle li{margin-right: 31px;}
}
@media (max-width: 1599px){
	.NewSiteStyle li .parent .img a img{width: 346px;height: 250px;}
}
.BrandCustomerWitness .container .content ul.IntegrationStyle li a .img{overflow:hidden;}
section{visibility:visible !important;}
.marketingPlan .container ul li{visibility:visible !important;border-radius:6px;}
.marketingPlan .container .pongeimg{visibility:visible !important;}

/* csstab选项卡*/
.InstituteOfMarketing input{display: none;}
.InstituteOfMarketing label{margin-right: 10px;margin-bottom: 0;}
.InstituteOfMarketing dt{width: 125px;height: 50px;background: #ededed;text-align: center;display: inline-block;font-size: 16px;color: #202020;line-height: 50px;display: flex;align-items: center;justify-content: center;font-weight: normal;cursor: pointer;}
.InstituteOfMarketing dt .img{margin-right: 6px;}
.InstituteOfMarketing dt .img img:nth-of-type(1){display: block;}
.InstituteOfMarketing dt .img img:nth-of-type(2){display: none;}
.InstituteOfMarketing dt:hover{background: url(../images/cb670b279196b1ef051a8a3ea0f9d621.png);color: #fff;}
.InstituteOfMarketing dt:hover .img img:nth-of-type(1){display: none;}
.InstituteOfMarketing dt:hover .img img:nth-of-type(2){display: block;}
.InstituteOfMarketing input:checked + dt{/*加号表示input下面的兄弟节点*/color: #fff;background: url(../images/cb670b279196b1ef051a8a3ea0f9d621.png);}
.InstituteOfMarketing input:checked + dt .img img:nth-of-type(1){display: none;}
.InstituteOfMarketing input:checked + dt .img img:nth-of-type(2){display: block;}
.InstituteOfMarketing input:checked ~ .con{/*这里不能使用加号 因为上面已经是，~表示选取当前被选中input元素下面class=content的div里面的所有内容*/display: block;}
.InstituteOfMarketing .con{position: absolute;top: 235px;left: 30px;width: 1520px;height: 468px;display: none;}
@media (max-width: 1599px){
	.InstituteOfMarketing .con{width: 1120px;}
}
@media (max-width: 1599px){
	.InstituteOfMarketing .con{top: 218px;}
}

.InstituteOfMarketing .con .content{padding: 0;margin-top: 0;}
.InstituteOfMarketing .content{padding: 0;}
.InstituteOfMarketing .contentBlock{position: relative;height: 703px;}

@media (max-width: 1599px){
	.InstituteOfMarketing .contentBlock{height: 685px;}
}
.InstituteOfMarketing dl{padding: 0 30px;display: flex;justify-content: space-between;}
.InstituteOfMarketing ul li a .text .title h3{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.footerRegionListStyle{margin-top:50px;}
.footerRegionListStyle ul{padding: 40px 0;}
.footerRegionListStyle ul li{height: auto;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;border-top: 1px dashed #cccccc;border-right: 1px dashed #cccccc;border-bottom: 1px dashed #cccccc;border-left: 4px solid #2897c2;margin-bottom: 10px;padding-top: 10px;padding-bottom: 10px;}
.footerRegionListStyle ul li .title{font-size: 14px;color: #232323;padding: 0 26px;border-right: 1px solid #b1b1b1;}
.footerRegionListStyle ul li .title a{color: #232323;font-size: 16px;}
.footerRegionListStyle ul li .content{padding-left: 30px;padding-right: 30px;-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;min-width: 0;}
.footerRegionListStyle ul li .content a{font-size: 14px;color: #858585;margin-right: 10px;-webkit-transition: 0.5s ease all;transition: 0.5s ease all;}
.footerRegionListStyle ul li .content a:hover{color: #2897c2;}
@media (max-width: 1499px){
	.footerRegionListStyle ul li .content a{margin-right: 7px;}
}

/* add 首页新闻资讯排2排*/
.InstituteOfMarketing ul li{width:50%;}
.InstituteOfMarketing .pongeImg{margin-right: 30px;}
.InstituteOfMarketing ul li a .text{width:290px;}
.InstituteOfMarketing ul li{padding-right: 15px;}
.InstituteOfMarketing ul li:nth-of-type(2n+0){padding-right: 0;padding-left: 15px;}
.InstituteOfMarketing ul{margin-bottom: 0;}
.InstituteOfMarketing ul li a{padding-top: 18.5px;}
.InstituteOfMarketing ul li{float:left;}
.InstituteOfMarketing ul li:nth-of-type(2) a{padding-top: 0;}
.InstituteOfMarketing ul li:nth-of-type(9) a{padding-bottom: 0;border-bottom: 0;}

@media (max-width:1599px){
	.InstituteOfMarketing .pongeImg a .img{width:100%;}
	.InstituteOfMarketing .pongeImg a .img > img{width:100%;}
	.InstituteOfMarketing .pongeImg a .img .text .desc{width:100%;}
	.InstituteOfMarketing .pongeImg{width:455px;}
	.InstituteOfMarketing label{margin-bottom: 10px;}
	.InstituteOfMarketing .con{top:247px;}
	.InstituteOfMarketing .contentBlock{height:710px;}
	.InstituteOfMarketing .pongeImg a .img{height:450px;}
	.InstituteOfMarketing .pongeImg a .img img{width:auto;height:100%;max-width:none;}
	.InstituteOfMarketing .con{top:280px;}
	.InstituteOfMarketing .contentBlock{height:735px;}
}

/*2020-05-15 */

/*news_box*/
.picfocus{overflow: hidden;}
.picfocus img{
	-webkit-transition:0.36s ease;
	-moz-transition:0.36s ease;
	-o-transition:0.36s ease;
	-ms-transition:0.36s ease;
}
.picfocus:hover img,
a:hover .picfocus img{
     transform:scale(1.1);
     -webkit-transform:scale(1.1);
     -moz-transform:scale(1.1);
     -o-transform:scale(1.1);
     -ms-transform:scale(1.1);
}


/*news_box*/
.news_box .container{padding: 40px; background: #fff;border-radius:6px;}
.news_box .commonIndexHeaderTop{position: relative;}
.news_box .rightMore{position: absolute; right: 30px; top: 35px;}
.news_box .rightMore .CommonIndexMore{display: none;}
.news_box .rightMore .CommonIndexMore.active{display: block;}
.news_box .tabs{ margin: 0 -8px; width: 100%; overflow: hidden;}
.news_box .tabs li{float: left; width: 12.5%; padding: 0 8px; margin-bottom: 8px;}
.news_box .tabs a{display: block; background: #ededed; text-align: center; font-size: 16px; color: #202020; line-height: 50px; cursor: pointer;border-radius:26px}
.news_box .tabs li.on a,
.news_box .tabs li a:hover{background:linear-gradient(210deg,#148ba9,#2AB9C9); color: #fff;border-radius:26px}
.news_box .tabs_cont{margin: 30px 0 0; overflow: hidden;}
.news_box .tabs_cont ul{margin: 0 -5px;}
.news_box .tabs_cont li{float: left; width: 33.3%; margin-top: 10px; padding: 0 5px;border-radius:6px;}
.news_box .item{display: flex; border: 1px solid #E5E5E5; padding: 23px 30px; height: 120px;border-radius:6px;background: #f3f3f3;}
.news_box .item .info{flex: 1; overflow: hidden;}
.news_box .item .tit{line-height: 24px; color: #1D1D1D; font-size: 18px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; -webkit-transition-duration: 0.3s; transition-duration: 0.3s;}
.news_box .item .tit::after{content: ""; display: block; width: 30px; height: 1px; margin: 8px 0 0; background: #C2C2C2; vertical-align: top;}
.news_box .item .desc{font-size: 14px; line-height: 24px; margin: 15px 0 0; color: #828282; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.news_box .item .date{width: 64px; height: 64px; margin: 6px 0 0 80px; text-align: center;}
.news_box .item .day{line-height: 43px; font-size: 36px; color: #212121; border: 1px solid #e5e5e5; border-bottom: none; -webkit-transition-duration: 0.3s; transition-duration: 0.3s;}
.news_box .item .year{line-height: 18px; font-size: 12px; color: #818181; border: 1px solid #e5e5e5; -webkit-transition-duration: 0.3s; transition-duration: 0.3s;}
.news_box .item:hover .tit{color: #2897c3;}
.news_box .item:hover .day{border-color: #37C0D3; color: #fff; background: #37C0D3;}
.news_box .item:hover .year{border-color: #2995c3; color: #fff; background: #2995c3;}
.news_box .item_left{background: #F3F3F3; padding: 20px; display: block; height: 380px; border: none;border-radius:6px}
.news_box .item_left .picfocus{width: 100%; height: 260px;border-radius:6px}
.news_box .item_left .picfocus img{width: 100%;}
.news_box .item_left .info{padding: 20px 0 0; height: 100px;}
.news_box .item_left .tit{float: left; width: 90%; margin: 8px 0 0;  display: -webkit-box; white-space: initial; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.news_box .item_left .tit::after{content: none;}
.news_box .item_left .date{float: right; margin: 0;}
.news_box .item_left .day,
.news_box .item_left .year{border-color: transparent;}
.news_box .item_left:hover .day,
.news_box .item_left:hover .year{color: #2895c3; border-color: transparent; background: none;}
@media (max-width: 1599px){
	.news_box .rightMore{top: 35px;}
	.news_box .tabs_cont{margin-top: 20px;}
	.news_box .item{padding: 10px 15px; height: 92px;}
	.news_box .item .desc{margin: 10px 0 0;}
	.news_box .item .tit{ font-size: 16px;}
	.news_box .item .date{margin-left: 40px;}
	.news_box .item .day{font-size: 30px;}
	.news_box .item_left{height: 296px;}
	.news_box .item_left .picfocus{height: 190px;}
}


/*jjfa_box*/
.jjfa_box{background: url(../images/jjfa_bg.jpg) center;background-size: 100% 100%;}
.jjfa_box .container{color: #000; padding: 70px 0 0;border-radius:6px;width:1400px;margin:0 auto;}
.jjfa_box .commonIndexHeaderTop{text-align: center;}
.jjfa_box .commonIndexHeaderTop .title,
.jjfa_box .commonIndexHeaderTop .desc{color: #000;}
.jjfa_box .commonIndexHeaderTop .title::after{left: 1.8%; margin-left: -20px;}
.jjfa_box .cont{display: flex;  }
.jjfa_box .tabs {width: 252px; border-right: 1px solid rgba(255,255,255,0.2);}
.jjfa_box .tabs li{ line-height: 70px; text-align: right; padding: 0 22px 0 0; cursor: pointer;font-size:14px}
.jjfa_box .tabs li.on,
.jjfa_box .tabs li:hover{background:#008cd6; color: #fff;border-radius:6px;font-size:14px}
.jjfa_box .tabs_cont{flex: 1; overflow: hidden; margin: 0 0 0 55px ;}
.jjfa_box .tabs_cont .tit{font-size: 24px; font-weight: bold; line-height: 32px; margin: 24px 0;}
.jjfa_box .tabs_cont .desc{margin: 25px 0 0; line-height: 20px; font-size: 14px;border-bottom:1px dashed #666;padding-bottom:10px;}
.jjfa_box .tabs_cont .more_btn1move{margin:0 0 0 0;}
.jjfa_box .tabs_cont .more_btn{float: right;width: 160px; height: 50px; font-size: 14px; line-height: 50px; margin: 50px 0 80px; background:#008cd6; box-shadow:0px 0px 10px rgba(0,82,136,0.05); text-align: center; color: #fff; display: inline-block;border-radius:26px;}
@media (max-width: 1599px){
	.jjfa_box .container{padding: 50px 0 0;border-radius:6px;}
	.jjfa_box .cont{margin: 40px 0 0; padding: 0 40px;}
	.jjfa_box .tabs{ width: 180px;}
	.jjfa_box .tabs li{padding: 0 30px 0 0;}
	.jjfa_box .tabs_cont{  margin: 48px 0 0 40px;}
	.jjfa_box .tabs_cont .tit{font-size: 20px;}
}



.jjfaal .list{width:100%;float:left;margin-top:20px;}
.jjfaal .list li{height:240px;float:left;color:#fff;margin-right:30px;}
.jjfaal .list li:nth-child(3){margin-right:0}
.jjfaal .list li .pic{background:url(/images/falibg.png) no-repeat;width:100%;height:245px}
.jjfaal .list li img{width:290px;height:240px;padding:5px;border-radius:9px;}
.jjfaal .list li p{width:100%;color:#000;font-size:14px;text-align:center;}